Metadata-Version: 1.1
Name: Royal Mail Rest API
Version: 0.0.9
Summary: A small helper for integrating python with Royal Mails Rest API
Home-page: https://github.com/bobspadger/royal_mail_rest_api
Author: Alex Hellier
Author-email: alex.hellier@gmail.com
License: MIT license
Download-URL: https://github.com/Bobspadger/royal_mail_rest_api
Project-URL: Source, https://github.com/bobspadger/royal_mail_rest_api
Project-URL: Documentation, http://royal-mail-rest-api.readthedocs.io/en/latest/index.html
Description: ===================
        Royal Mail Rest API
        ===================
        
        
        .. image:: https://img.shields.io/pypi/v/royal_mail_rest_api.svg
                :target: https://pypi.python.org/pypi/royal_mail_rest_api
        
        .. image:: https://api.travis-ci.org/Bobspadger/royal_mail_rest_api.svg
                :target: https://travis-ci.org/Bobspadger/royal_mail_rest_api
        
        .. image:: https://readthedocs.org/projects/royal-mail-rest-api/badge/?version=latest
                :target: https://royal-mail-rest-api.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        A small helper for integrating python with Royal Mails Rest API
        
        This is to help with getting started integrating Royal Mails shipping and Tracking API's into your project.
        
        They do have an Open API to build this with Swagger-Codegen, but I found there were a few issues with this.
        1. Horrible final code - overly verbose and complicated.
        1. Half the time it would not build (needed beta versions of swagger-codegen) and then it would still not work.
        
        This is cleaner, easier to modify and extend, and a lot lighter weight, only using the standard library.
        
        It is VERY MUCH a work in progress, so help is hugely appreciated, and be careful, it may change as I implement more features / improve and enhance what we already have.
        
        
        
        * Free software: MIT license
        * Documentation: https://royal-mail-rest-api.readthedocs.io.
        
        
        Features
        --------
        
        Create Labels
        Update Labels
        Create Manifests
        Post Manifests
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.6 (2018-04-06)
        ------------------
        Raise useful errors from the api calls so they are returned to the calling app
        
        
        0.0.5
        -----
        Tests
        Service helpers
        
        0.0.4
        -----
        
        0.0.3 (2018-04-03)
        ------------------
        Store token for 4 hours (issue #7)
        Fix some poor documentation
        Fix some examples
        
        0.0.2 (2018-04-03)
        ------------------
        Fixing PyPI install not working
        
        0.0.1 (2018-03-26)
        ------------------
        
        * First release on PyPI.
        
Keywords: Royal Mail Rest API
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
